home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- outputAxon. setRows ( 16 )
- unsupervisedSynapse. setNeighborhood ( 8 )
-
- activeBreadboard. lockWindowUpdate()
-
- activeBreadboard. setAnimatePoint ( 595 , 100 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "editTitle" )
- editTitle. setTransparent ( TRUE )
- editTitle. setBorderType ( 0 )
- editTitle. setPosition ( 1 )
- editTitle. setPadding ( 1 )
- editTitle. setFontSize ( 14 )
- editTitle. setBold ( TRUE )
- editTitle. setText ( "# of PE's" )
- editTitle. setHeight ( 18 )
- editTitle. setWidth ( 110 )
-
- activeBreadboard. setAnimatePoint ( 635 , 120 )
- activeBreadboard. stampAndMove ( "EditEngine" , "editEngine" )
- editEngine. setPosition ( 0 )
- editEngine. setPadding ( 3 )
- editEngine. setFontSize ( 18 )
- editEngine. setItalic ( TRUE )
- editEngine. setColor ( 255 , 0 , 0 )
- editEngine. setAutosize ( TRUE )
- editEngine. setText ("16")
-
- activeBreadboard. setAnimatePoint ( 580 , 160 )
- activeBreadboard. stampAndMove ( "TextBoxEngine" , "editTitle2" )
- editTitle2. setTransparent ( TRUE )
- editTitle2. setBorderType ( 0 )
- editTitle2. setPosition ( 0 )
- editTitle2. setPadding ( 1 )
- editTitle2. setFontSize ( 14 )
- editTitle2. setBold ( TRUE )
- editTitle2. setAutosize ( TRUE )
- editTitle2. setText ("Initial neighborhood width")
-
- activeBreadboard. setAnimatePoint ( 635 , 180 )
- activeBreadboard. stampAndMove ( "EditEngine" , "editEngine2" )
- editEngine2. setPosition ( 0 )
- editEngine2. setPadding ( 3 )
- editEngine2. setFontSize ( 18 )
- editEngine2. setItalic ( TRUE )
- editEngine2. setColor ( 255 , 0 , 0 )
- editEngine2. setAutosize ( TRUE )
- editEngine2. setText ("8")
-
- activeInputProbe. setBroadcast ( TRUE )
- activeInputProbe. setDotSize ( 4 )
- activeInputProbe. setBroadcast ( FALSE )
- activeInputProbe. setActiveChannel ( 1 )
- activeInputProbe. setDotSize ( 1 )
-
- activeBreadboard. unlockWindowUpdate()
-
- EditMacroPath = macro. pathFromMacro ( "Edit number of PE's.nsm" )
- editEngine. setMacroPath ( EditMacroPath )
- EditMacroPath2 = macro. pathFromMacro ( "Edit initial neighborhood width.nsm" )
- editEngine2. setMacroPath ( EditMacroPath2 )
-
- activeBreadboard. select ( NULL , FALSE )
-
- control. resetNetwork ( )
-
- NextMacroPath = macro. pathFromMacro ( "A more difficult 1-D problem.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-